

.swiperfocus .swiper-container {
    margin: 0 auto;
    width: 100%;
    min-width: 1360px;
    height: 640px;
    z-index: 1;
    overflow: hidden;
}

.swiperfocus .swiper-slide {
    z-index: 20;
    min-width: 1360px;
    height: 640px;
}

    .swiperfocus .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
    }

.swiperfocus .swiper-pagination-fraction {
    bottom: 55px;
}

.swiperfocus .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
}

.swiperfocus .swiper-pagination-bullet-active {
    background: #FAE04B;
}

.swiperfocus .swiper-slide > a {
    display: block !important;
    background-size: contain;
    overflow: hidden;
}

.swiperfocus .swiper-slide img {
    height: 100%;
}

.swiperfocus .swiper-button-prev {
    width: 80px;
    height: 640px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -320px;
    z-index: 500;
    cursor: pointer;
    background-position: center center;
    background-size: 40% auto;
}

.swiperfocus .swiper-button-next {
    width: 80px;
    height: 640px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -320px;
    z-index: 600;
    cursor: pointer;
    background-position: center center;
    background-size: 40% auto;
}


.top {
    position: relative;
    margin: 0 auto 0 auto;
    min-width: 1200px;
    text-align: center;
}

    .top h2 {
        position: relative;
        display: block;
        font-size: 36px;
        color: #2D2D2D;
        z-index: 2
    }

    .top p, .fengge_menu {
        position: relative;
        display: block;
        padding: 6px 0 0 0;
        color: #53575A;
        font-size: 16px;
        z-index: 2
    }
        .fengge_menu a {
            margin: 0 12px;
            color: #53575A;
        }

.about {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 52px 0 38px 0;
}

    .about dd {
        position: relative;
        display: block;
        padding: 0 0 0 78px;
        width: 300px;
        min-height: 60px;
        font-size: 18px;
        margin-right: 100px;
        white-space: nowrap;
    }

        .about dd label {
            display: block;
        }

            .about dd label i {
                font-style: normal;
                font-size: 64px;
            }

        .about dd:before {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            width: 60px;
            height: 60px;
            background-repeat: no-repeat;
            background-image: url(../images/about_ico.png);
            background-position: 0 0;
        }

        .about dd:nth-child(1) {
        }

        .about dd:nth-child(2):before {
            background-position: -60px 0;
        }

        .about dd:nth-child(3):before {
            background-position: -120px 0;
        }

        .about dd:nth-child(4):before {
            background-position: -180px 0;
        }

        .about dd:nth-child(4) {
            margin-right: 0;
        }


.jch {
    padding:68px 0 56px 0;
}

.jch_swiper {
    position: relative;
    margin: 58px auto 0 auto;
}

    .jch_swiper .swiper-container {
        width: 1360px;
        height: 476px;
    }

    .jch_swiper .swiper-slide {
        width: 432px;
        height: 476px;
        z-index: 1;
        text-align: center;
        background-color:#fff;
    }
        .jch_swiper .swiper-slide img {
            width: 100%;
            height: 315px;
        }

        .jch_swiper .swiper-slide h4 {
            display: block;
            padding: 32px 30px 10px 36px;
            font-size: 26px;
            font-weight: 500;
            color: #2d2d2d;
            text-align: left;
        }

        .jch_swiper .swiper-slide p {
            display: block;
            padding: 12px 30px 10px 36px;
            font-size: 16px;
            font-weight: 300;
            text-align: left;
        }

.jch_swiper .swiper-button-prev,.jch_swiper .swiper-button-next{width: 70px; height: 70px; border-radius: 70px; background-color:#000;opacity:0.6; background-repeat:no-repeat; background-position: center center; background-size: 25% auto; z-index:20;}
.jch_swiper .swiper-button-prev{ left: -120px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.jch_swiper .swiper-button-next{right: -120px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.jch_swiper .swiper-button-prev:hover,.jch_swiper .swiper-button-next:hover{opacity:1;}

.count_box {
    margin: 46px auto 0 auto;
    height: 200px;
    background: url(../images/count_bg.png) no-repeat center top;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .count_box .count_title {
        padding: 50px 0 0 178px;
        width: 396px;
        color: #fff;
        font-size: 24px;
    }
        .count_box .count_title h4 {
            display: block;
            font-size:46px;
        }

.count_form {
    padding: 50px 0 0 0;
}
.count_box input, .count_box select {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 10px;
    padding:0 20px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #000;
    border: 0px;
    width: 238px;
    border-radius: 8px;
}
.count_box select {
    width: 178px;
    padding:0 0 0 10px;
    border:none; -webkit-appearance: none;-moz-appearance: none;
    background:#fff url(../images/arrow.png) no-repeat scroll right center;
}

.count_box button, .count_box a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    border: 0px;
    margin: 12px auto 0 auto;
    padding: 0;
    width: 472px;
    height: 50px;
    line-height: 50px;
    background: #FFA200;
    border-radius: 6px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-align:center;
}


.zz {
    padding: 68px 0 56px 0;
}

.zz_swiper {
    position: relative;
    margin: 58px auto 0 auto;
}
    .zz_swiper .swiper-container {
        margin: 0 auto;
        min-width: 1360px;
        height: 624px;
        z-index: 1;
    }

    .zz_swiper .swiper-slide {
        position: relative;
        width: 818px;
        height: 624px;
        z-index: 10;
    }

    .zz_swiper .swiper-slide-prev, .zz_swiper .swiper-slide-next {
        height: 624px;
    }



    .zz_swiper .swiper-slide img {
        position: relative;
        width: 100%;
        height: 498px;
        z-index:10
    }
    .zz_swiper .swiper-slide .slide_text {
        display:none;
        position: relative;
        margin: -62px auto 0 auto;
        width: 740px;
        height: 176px;
        background-color: #fff;
        box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
        z-index: 11
    }
    .zz_swiper .swiper-slide h4 {
        display: block;
        padding: 50px 64px 10px 64px;
        font-size: 26px;
        font-weight: 500;
        color: #2d2d2d;
        text-align: left;
    }
    .zz_swiper .swiper-slide p {
        display: block;
        padding: 10px 64px 10px 64px;
        font-size: 16px;
        font-weight: 300;
        text-align: left;
    }
    .zz_swiper .swiper-slide label {
        position: absolute;
        right: 50px;
        top: 50px;
        width: 152px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        text-align: center;
        background-color: #ffa200;
        border-radius:50px;
    }
        .zz_swiper .swiper-slide label a {
            color: #fff;
        }
    .zz_swiper .swiper-slide-active .slide_text {
        display:block;
    }

    .zz_swiper .swiper-button-prev, .zz_swiper .swiper-button-next {
        top: 220px;
        width: 70px;
        height: 70px;
        border-radius: 70px;
        background-color: #000;
        opacity: 0.6;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 25% auto;
        z-index: 20;
    }
.zz_swiper .swiper-button-prev{ left: 50%; margin-left:-560px; background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.zz_swiper .swiper-button-next{right: 50%; margin-right:-560px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.zz_swiper .swiper-button-prev:hover,.zz_swiper .swiper-button-next:hover{background-color: #000;opacity:1;}

.lc_list {
    position: relative;
    margin: 36px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 168px;
    
}
.lc_list::after{
    content:"";
    position:absolute;
    width:1270px;
    height:0px;
    top:168px;
    left:50px;
    border-bottom: #e3e3e3 solid 1px;
    z-index:10;
}
    .lc_list dd {
        display:block;
        position: relative;
        padding: 76px 0 0 0;
        width: 190px;
        height: 92px;
        text-align: center;
        z-index:20;
    }
        .lc_list dd::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 0;
            margin-left: -35px;
            width: 70px;
            height: 70px;
            background-repeat: no-repeat;
            background-image: url(../images/lc_ico.png);
            background-position: 0 0;
            background-size: 70px auto;
            z-index:30;
        }
        .lc_list dd:nth-child(2):before {background-position:0 -70px;}
        .lc_list dd:nth-child(3):before {background-position:0 -140px;}
        .lc_list dd:nth-child(4):before {background-position:0 -210px;}
        .lc_list dd:nth-child(5):before {background-position:0 -280px;}
        .lc_list dd:nth-child(6):before {background-position:0 -350px;}
        .lc_list dd:nth-child(7):before {background-position:0 -420px;}



        .lc_list dd h3 {
            display:block;
            font-size: 18px;
            font-weight: 500;
            color: #000;
        }


        .lc_list dd p {
            display: block;
            padding: 10px 0 0 0;
            font-size: 14px;
            color: #999;
        }

        .lc_list dd i {
            position: absolute;
            left: 50%;
            bottom: -17px;
            margin-left: -16px;
            width: 32px;
            height: 32px;
            line-height: 32px;
            font-size: 12px;
            border-radius: 32px;
            color: #999;
            border: #e3e3e3 solid 1px;
            font-style: normal;
            background-color: #fff;
            box-shadow: 0 0 6px 6px rgba(255, 255, 255, 1);
            z-index:40;
        }


.cases {
    padding: 40px 0 56px 0;
}

.cases_list {
    margin:22px auto 0 auto;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .cases_list dl {
        margin: 16px 0 0 0;
        width: 440px;
        background-color: #fff;
        border-radius: 0;
    }
    .cases_list dt {
        width: 440px;
        height:296px;
    }

        .cases_list dt img {
            width: 100%;
            height: 100%;
            /* border-radius: 10px 10px 0 0;*/
           
        }
    .cases_list dd {
        display:block;
        position:relative;
        padding:20px 100px 20px 26px;
    }
        .cases_list dd h4 {
            display: block;
            padding: 0 0 0 0;
            font-size: 20px;
            font-weight: 500;
            color: #000;
        }

        .cases_list dd p {
               position: absolute;
            top: 20px;
            right: 30px;
            padding: 0 0 0 0;
            font-size: 12px;
            font-weight: 300;
            color: #292929;
            line-height:30px;
        }
        .cases_list dd i {
            position: absolute;
            bottom: 15px;
            right: 30px;
            display: block;
            padding: 8px 14px;
   
            font-size: 16px;
            color: #00603c;
            font-style: normal;
            text-align: center;
            border: #00603c solid 1px;
            border-radius:5px;
        }
    .cases_list dl:hover i,.cases_list dd i:hover {
        color: #fff;
        background-color: #00603c;
    }
    .cases_list dl:hover{
        box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
    }


.team{padding: 68px 0 56px 0;}

.team_list {
    margin:52px auto 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content:space-between;
}
.team_list_item{
    margin-top:10px;
    width:675px;
    height:375px;
    background-color:#f0f0f0;
    border-radius:8px;
          display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content:space-between;
}
.team_list_item .pic{ width:290px; height:100%;}
.team_list_item .pic img{ width:100%; height:100%;border-radius:8px 0 0 8px;}
.team_list_item .text{ padding:40px 0 0 0; width:360px;}
.team_list_item .text_about{ padding:30px 20px 0 0; line-height:24px;}
.team_list_item .text_ry{ padding:15px 20px 0 0; line-height:24px;}

.team_list_item .text_ry h4{  font-size:16px;}


.team_list_item .text_top {line-height: 30px;color: #120e09;font-size:30px;}
.team_list_item .text_top label {
     display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align:middle;
    margin-left:10px;
    padding-left:36px;
    width: 88px;
    height: 30px;
    line-height: 30px;
    color: #E3891A;
    font-size:14px;
    background: url(../images/text_top_t.png) no-repeat left center;
}
.team_list_item .text_sc {
    margin:22px 0 0 0;
    }
    .team_list_item .text_sc label {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        margin: 6px 6px 0 0;
        padding: 0 16px;
        height: 28px;
        line-height: 28px;
        font-weight: 400;
        color: #00603c;
        text-align: center;
        border: #00603c solid 1px;
        border-radius: 5px;
    }




.prodcuts {
    margin:80px auto 0 auto;
    height:355px;
    background: url(../images/prcducts01.png) no-repeat center top;
}

.sg {
    padding: 68px 0 56px 0;
}

.sgbg {
    margin: 80px auto 0 auto;
}
.sg_list {
    margin: 80px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
    .sg_list dd {
        width:340px;
        height:328px;
        background-color:#f8f8f8;
        background-repeat: no-repeat;
            
            background-position: 0 0;
            background-size: 100% auto;
        }
    .sg_list dt {
        width:680px;
        height:328px;
        }
    .sg_list dt img {
        width:100%;
        height:100%;
        }
        .sg_list dd:nth-child(1) {background-image: url(../images/sg01.png);}
        .sg_list dd:nth-child(2) {background-image: url(../images/sg02.png);}
        .sg_list dd:nth-child(3) {background-image: url(../images/sg03.png);}
        .sg_list dd:nth-child(4) {background-image: url(../images/sg04.png);}
        .sg_list dd:nth-child(5) {background-image: url(../images/sg05.png);}
        .sg_list dd:nth-child(6) {background-color:#a6dca4;}
.sg_list .text_white {
    color:#fff;
}
    .sg_list dd h4 {
        display:block;
        padding:52px 0 0 50px;
        font-size:16px;
    }
    .sg_list dd p {
        display:block;
        padding:52px 0 0 50px;
        font-size:14px;
        line-height:24px;
    }




.news {

    padding:82px 0 82px 0;


}

.news_box {
    margin:34px auto 0 auto;
}
    .news_box .news_item {
        
     display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
        width:431px;
        margin-left:28px;

    }
    .news_box .news_item .news_item_top {
        position:relative;
        height:201px;
        color:#fff;
    } 
    .news_box .news_item .news_item_top h4 {
        display:block;
        padding:36px 0 0 104px;
        font-size: 26px;
font-weight: bold;
    }
    .news_box .news_item .news_item_top p {
        display:block;
        padding:12px 20px 0 104px;
        color: #F9F9F9;
    }
.news_item_top a {
    display: block;
    margin: 18px auto 0 104px;
    width: 110px;
    height: 32px;
    line-height: 32px;
    color: #1F1B16;
    background-color: #ffe62b;
    border-radius: 5px;

    text-align: center;
}
     .news_box .news_item .news_item_top::after {
            content: ""; 
 position:absolute;
 top:34px;
 left:34px;
 width:55px;
 height:55px;
 border-radius:55px;
    background-color:#fff;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    background-position:0 0;
    background-repeat:no-repeat;
    background-image:url(../images/news_item_top_ico.png);
}
    .news_box .news_item:nth-child(2) .news_item_top::after { background-position:0 -55px;}
    .news_box .news_item:nth-child(3)  .news_item_top::after { background-position:0 -110px;}

    .news_box .news_item:nth-child(1) .news_item_top {background: url(../images/news01.png) no-repeat center center;}
    .news_box .news_item:nth-child(2) .news_item_top {background: url(../images/news02.png) no-repeat center center;}
    .news_box .news_item:nth-child(3) .news_item_top {background: url(../images/news03.png) no-repeat center center;}

     .news_box .news_item:nth-child(1) {

        margin-left:0;

    }


.news_list dl {
    display:block;
    margin:2px auto 0 auto;
    background-color:#f9f9f9;
    min-height:76px;
    border-radius:8px;
    padding:12px 0;
    overflow:hidden;
}
.news_list dt{display:inline-block;*display:inline;*zoom:1; vertical-align:top; width:101px; height:76px;margin:0 18px 0 16px;}

.news_list dt img{ width:100%; height:100%;border-radius:10px;}
.news_list dd{display:inline-block;*display:inline;*zoom:1; vertical-align:top; position:relative; padding:0 0 0 0;   width:260px; color:#53575a; line-height:24px;}


        .links {
            margin: 0 auto;
            width: 1360px;
            padding: 15px 0;
            line-height: 22px;
        }

    .links a {
        margin: 0 5px;
    }


.products_07 {
    padding: 40px 0 40px 0;
}

.products_07_list {
    margin: 40px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

    .products_07_list dl {
        margin: 16px 0 0 0;
        min-width: 435px;
        background-color: #fff;
    }

    .products_07_list dt {
        height: 345px;
    }

        .products_07_list dt img {
            width: 100%;
            height: 100%;
        }

    .products_07_list dd {
        display: block;
        position: relative;
        padding: 20px 0 10px 20px;
    }

        .products_07_list dd h4 {
            display: block;
            padding: 0 0 10px 0;
            font-size: 30px;
            font-weight: 500;
            color: #555555;
        }

        .products_07_list dd p {
            display: block;
            padding: 0 0 0 0;
            font-size: 12px;
            font-weight: 300;
            color: #292929;
            line-height: 18px;
        }

.baojia {
    padding:40px 0 0 0;
    position: relative; 
    min-height:354px;
    overflow:hidden;
}
.baojia_left{float: left;width:354px;
                 display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
              text-align:center;}
    .baojia_left dd {
        position:relative;
        margin-bottom:14px;
        padding-top:120px;
        width:170px;
        height:50px;
        background-color:#fff;
    cursor:pointer;
    border-radius:10px;
    font-size:18px;

    }
        .baojia_left dd::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 24px;
            width: 80px;
            height: 80px;
            margin-left:-40px;          
            background-position:0 0;
            background-repeat:no-repeat;
            background-image:url(../images/baojia_ico.png);
        }
    .baojia_left dd:nth-child(2)::after { background-position: center -80px;}
.baojia_left dd:nth-child(3)::after {background-position: center -160px;}
.baojia_left dd:nth-child(4)::after {background-position: center -240px;}
.baojia_left dd:hover,.baojia_left dd.hover{ color:#fff; background-color:#00603c;}
.baojia_left dd:hover::after,.baojia_left dd.hover::after{background-image:url(../images/baojia_a_ico.png);}

.baojia_right{ float:right; width:990px; height:354px; background-color:#fff;border-radius:10px;}


.baojia_form{ display:none; padding:48px 0 0 48px;}
.baojia_form h2 {margin-bottom:17px;font-size:24px; font-style: normal; font-weight: normal;  color: #a22827;  line-height: 24px;}
.baojia_form h2 span {font-size: 14px;padding: 0 10px;color: #555;vertical-align: 2px;}
.baojia_form h2 em {color: #a22827;font-style: normal;font-weight: normal;font-weight: bold;}
.baojia_form dl{ font-size:0px;}
.baojia_form dd{ position:relative;display:inline-block;*display:inline;*zoom:1; vertical-align:top;}
.baojia_form dd span{ display:block; font-size:14px; color:#3a3936; font-weight:bolder;}

.baojia_form .baojia_form_left{ float:left; margin-top:-14px;}
.baojia_form .baojia_form_right{ float:right; display:inline; margin-right:48px;}

.baojia_form dd input,
.baojia_form dd select { margin:10px 10px 10px 0px;border: none;border-radius: 4px;background: #e8e8e8;height:50px;padding: 0 12px;line-height: 50px;}
.baojia_form dd i {position: absolute;font-style: normal;font-weight: normal;bottom:24px;right: 18px;font-size:18px;}
.baojia_form .form_btn{ display:block; margin:2px 10px 0 0;background:#00603c; height:50px; line-height:50px; border-radius:3px; text-align:center; font-size:24px; color:#fff;cursor:pointer; border:3px; }


.mflf input{ width:200px;}
.mflf dd select{width:130px;}

@media (max-width: 1400px) {
    .jch_swiper .swiper-button-prev {
        left: 10px;
        background-color: #000;
        opacity: 0.2;
    }

    .jch_swiper .swiper-button-next {
        right: 10px;
        background-color: #000;
        opacity: 0.2;
    }
}

.about_05 .about_05_list {
    margin: 40px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.about_05 {
    padding: 20px 0 60px 0;
}

    .about_05 .about_05_list {
    }

        .about_05 .about_05_list dd {
            width: 440px;
            background-color: #fff;
            min-height: 408px;
            margin-top: 12px;
        }

            .about_05 .about_05_list dd img {
                width: 100%;
                height: 288px;
            }

            .about_05 .about_05_list dd h4 {
                display: block;
                padding: 15px 0 0 36px;
                color: #00603c;
                font-size: 24px;
                text-align: left;
            }

            .about_05 .about_05_list dd p {
                display: block;
                padding: 10px 30px 20px 36px;
                color: #555555;
                font-size: 16px;
                line-height: 32px;
                text-align: left;
            }


.baojia-bg {
    height: 731px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image:url(../images/index/baojia_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.baojia_left-flex {
    height: 354px;
    margin-right: 20px;
}
.segment-mark {
    margin-top: 120px;
}
.baojia-segment-box {
    /*height: 880px;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.cases-bg {
    /*height: 1178px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image:url(../images/index/5000_header.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.top-segment {
    height: 300px;
}
.cases-bg2 {
    /*height: 1178px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image:url(../images/index/zhuangxiuanli_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.cases_list2 {
    margin: 0 148px;
}
.products_02-bg {
    /*width: 100%;*/
    height: 1217px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    background-image:url(../images/index/zizhucan.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.products_02-segment {
    padding-top: 620px;
}
.swiper-button-yuyue {
    background-image:url(../images/index/yuyue.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*background-color: #fff;*/
    right: 2%;
    top: 20%;
    width:180px;
    height: 310px;
    position: absolute;
    z-index: 10;
}